﻿.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mtb10{ margin-top:10px; margin-bottom:10px;}
.mtb20{ margin-top:20px; margin-bottom:20px;}
.mtb30 {margin-top: 30px;margin-bottom: 30px;}
.mtb40{ margin-top:40px; margin-bottom:40px;}
.mtb50{ margin-top:50px; margin-bottom:50px;}
.mtb60{ margin-top:60px; margin-bottom:60px;}
.mtb70{ margin-top:70px; margin-bottom:70px;}
.mtb80{ margin-top:80px; margin-bottom:80px;}
.mtb90{ margin-top:90px; margin-bottom:90px;}
.mtb100{ margin-top:100px; margin-bottom:100px;}
.mtb110{ margin-top:110px; margin-bottom:110px;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:14px;}


#top{
    width:100%;
    height:auto;overflow:hidden;
    background:rgba(0,0,0,0);
    position:fixed;
    top:0;
    left:0;
    padding:10px 0;
    z-index:999;
}
#topPadding{
    width:100%;
    height:90px;
}

.topLogo {
    width: 25%;
    float: left;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}
.topLogo img{
    max-width:100%;
    max-height:60px;
}
.topMenu{
    width:70%;float:left;
    height:auto;overflow:hidden;
}
    .topMenu li {
        float: right;
        padding: 0 20px;
        line-height: 70px;
        transition: all 0.5s;
        color: #fff;
        position: relative;
        transition: all 0.5s;
    }
        .topMenu li:after {
            width: 0;
            content: '';
            position: absolute;
            height: 3px;
            top: 60px;
            left: 0;
            background: #5ca5f7;
            z-index: -1;
            transition: all 0.5s;
            border-radius: 5px;
        }
    .topMenu li a {
        color: #fff;
    }
    .topMenu li:hover:after {
        width:100%;
    }
        .topMenu li:hover a {
            color: #5ca5f7;
        }
    .topMenu .active{
        background-color:#183b57;
        color:#fff;
    }
        .topMenu .active a{color:#fff;}
        .topMenu .active:hover {
            background-color: #c9bb96;
        }
.topLanguage{
    width:5%;float:left;
    height:70px;line-height:70px;
    overflow:hidden;
}


.topLine {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-top: 1px solid #eee;
}
/*Banner*/
#banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
#banner img{
    width:100%;
}
.swiper {
    width: 100%;
    height: 100%;
}
.bannerAdContent{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
.bannerAdWord {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 25%;
    color: #fff;
    text-align: center;
}
    .bannerAdWord h2 {
        line-height: 80px;
        font-size: 60px;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        letter-spacing: 10px;
    }
    .bannerAdWord h3{
        display:inline-block;
        line-height: 40px;
        font-size: 24px;
        color:#d3d3d3;
        border:1px solid #fff;
        padding:0 20px;
        font-family:Arial;
        text-transform:uppercase;
    }
    .bannerAdWord h4 {
        line-height: 50px;
        font-size: 24px;
        font-weight:300;
        display: block;
        margin-top:10px;
    }

    .bannerPage {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
.bannerContent {
    width: 90%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 5%;
    justify-content:center;
    align-content:center;
}
.bannerWord {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.bannerWord h1 {
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
}
    .bannerWord h3{
        font-size: 20px;
        line-height:30px;
        font-weight:300;
    }
.bannerPage img {
    width: 100%;
}
/*Banner*/

#list_view{
    margin:30px auto;
}
/*底部*/
.bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color:#000;
    color:#fff;
    padding-top:80px;
}
.bottom a{color:#fff;}
.bottomLogo {
    width: 100%;
}
.bottomLogo img{
    max-height:60px;
}
.bottomContent {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.bottomContent a:hover{
    color:#c9bb96;
}
.bottomContent h2{
    font-size:18px;
    font-weight:bold;
    line-height:40px;
    margin-bottom:10px;
}

.bottomAbout {
    width: 25%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 10%;
    line-height: 25px;
}
.bottomContact {
    width: 25%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 10%;
}
.bottomContact h3{
    line-height:25px;
}
    .bottomContact h3 span {
        font-size: 30px;
        font-weight: bold;
        line-height: 50px;
    }
    .bottomContact h4 {
        font-size:13px;
        color:#999;
    }

.bottomOtherLink {
    width: 30%;
    float: left;
    height: auto;
    overflow: hidden;
}
.bottomOtherLink li{
    width:120px;float:left;
    text-align:center;
}
    .bottomOtherLink li img {
        width: 100px;
    }

.bottomCopy {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    padding-top:10px;
    border-top:1px solid #333;
    margin-top:80px;
}
    .bottomCopy h4 {
        width: 80%;
        float: left;
        font-size: 12px;
    }
    .bottomCopy h5 {
        width: 20%;
        float: left;
        text-align: right;
        font-size: 12px;
    }
    .bottomCopy a {
        color: #999;
    }
.bottomLink{
    width:100%;
    height:auto;overflow:hidden;
    margin-bottom:20px;
    color:#999;
}
    .bottomLink a{color:#999;}
    .bottomLink li {
        float: left;
        margin-right: 5px;
        line-height:25px;
    }
/*底部*/
/*弹窗*/
.popupWidth {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
#zzWapTop{display:none;}
#zzWapTop_Padding{display:none;}
#pcBanner{display:block;}
#wapBanner{display:none;}
@media(max-width:720px) {
    .mtb30{ margin-top:10px; margin-bottom:10px;}
    .mtb50{ margin-top:30px; margin-bottom:30px;}
    .mtb80{ margin-top:40px; margin-bottom:40px;}
    .mtb100{ margin-top:60px; margin-bottom:60px;}

    #top {display:none;}
    #topPadding {display:none;}
    .topLine {display:none;}
    #pcBanner{display:none;}
    #wapBanner{display:block;}

    #list_view {
        margin: 30px auto;
    }
    /*底部*/
    .bottom{
        padding:30px 0 10px 0;
    }
    .bottomLogo {
        width: 100%;
        text-align:center;
    }
    .bottomContent {display:none;}
    .bottomCopy {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 25px;
        color: #999;
        padding-top: 10px;
        border-top: 1px solid #333;
        margin-top: 20px;
        text-align:center;
    }

        .bottomCopy h4 {
            width: 100%;
        }

        .bottomCopy h5 {
            width: 100%;
            text-align: center;
        }

        .bottomCopy a {
            color: #999;
        }

    /*底部*/

    #top{display:none;}
    #zzWapTop {
        width: 100%;
        position: fixed;
        top: 0;
        margin: 0 auto;
        z-index: 9999;
        display: block;
    }

    .zzWapTop_Logo {
        width: 90%;
        position: fixed;
        top: 0;
        z-index: 1000;
        text-align: center;
        padding: 8px 0 0 0;
        max-width: 550px;
        margin: 0 auto;
    }

        .zzWapTop_Logo img {
            height: 40px;
        }

    #zzWapTop_Padding {
        width: 100%;
        height: 55px;
        display: block;
    }

    /*Banner*/
    .bannerPage {
        height: 200px;
    }
        .bannerWord h1 {
            line-height: 40px;
            font-size: 30px;
        }

        .bannerWord h3 {
            font-size: 20px;
            line-height: 30px;
        }

    .bannerPage img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 200px;
        z-index:-1;
    }



    .mobile {
        width: 100%;
        float: left;
        max-width: 720px;
        margin: 0 auto;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .mobile-inner-header {
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        height: 55px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #1f2789;
        height: 55px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 70px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

        .mobile-inner-header-icon:hover {
            background-color: rgba(0,0,0,0.2);
            cursor: pointer;
        }

        .mobile-inner-header-icon span {
            position: absolute;
            left: calc((100% - 25px) / 2);
            top: calc((100% - 1px) / 2);
            width: 25px;
            height: 1px;
            background-color: rgba(255,255,255,1);
        }

            .mobile-inner-header-icon span:nth-child(1) {
                transform: translateY(4px) rotate(0deg);
            }

            .mobile-inner-header-icon span:nth-child(2) {
                transform: translateY(-4px) rotate(0deg);
            }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }

    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }

    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: rgba(0,0,0,0.9);
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

        .mobile-inner-nav a {
            display: inline-block;
            line-height: 45px;
            text-decoration: none;
            width: 80%;
            margin-left: 10%;
            color: #FFFFFF;
            border-bottom: solid 1px rgba(255,255,255,0.3);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            font-weight: 300;
        }

            .mobile-inner-nav a:hover {
                color: rgba(255,255,255,0.4);
                border-bottom: solid 1px rgba(255,255,255,0.2);
            }
}